C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class / RemoveRangeAsync Method

In This Topic
RemoveRangeAsync Method (C1DataCollection<T>)
In This Topic
Syntax
'Declaration
 
Public Overridable Function RemoveRangeAsync( _
   ByVal startingIndex As Integer, _
   ByVal count As Integer, _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

startingIndex
count
cancellationToken
See Also